From: Rob Church Date: Fri, 17 Feb 2006 16:57:46 +0000 (+0000) Subject: Paranoia X-Git-Tag: 1.6.0~325 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=fa8c12a6e7544f7f478a976846832a88dabe7044;p=lhc%2Fweb%2Fwiklou.git Paranoia --- diff --git a/includes/SpecialAllmessages.php b/includes/SpecialAllmessages.php index 8071a9d0a9..eb03f84482 100644 --- a/includes/SpecialAllmessages.php +++ b/includes/SpecialAllmessages.php @@ -150,7 +150,7 @@ function makeHTMLText( $messages ) { $talkLink = $sk->makeBrokenLinkObj( $talkPage, htmlspecialchars( $talk ) ); } - $anchor = strtolower( $title ); + $anchor = htmlspecialchars( strtolower( $title ) ); $anchor = ""; if($changed) {